unicode filename

i want filenames to involve unicode (like korean characters) characters. How do i do that? any idea ? thanks in response.

I don’t think QNX supports unicode file names, however it might allow a UTF-8 name. Alternatively if you have control over the file name display you could create a translation, eg. Unicode char 0x3456 could become: U_3456. Then you might have to worry about the maximum file name length which I think is 64.

how can i create a translation. please help!

I think I just answered that.