Hi, Firstly thanks Fred & the team for the PB4 update - as a new user I was looking forward to it, especially the unicode support. So I'd like to ask perhaps a really dumb (potentially embarrassing) question here.. I'd like to use it for storing/using Japanese as unicode strings. I tried the following simple example:
Code: Select all
a.s = "‚±‚ñ‚É‚¿‚Í"
MessageRequester("test",a)
a.s contained a Japanese string. The IDE seems to not support unicode or at least when I enter Japanese, it appears as garbled chars and when I run it, the message box also has garbled strings. So I created the same source using notepad saving as unicode & tried to open it in the editor, but PB wanted to open the file as a hex doc. Ideally it would be great if the IDE would support unicode as well as the compiler, or maybe it does - I'm simply missing something?
So essentially the question is how can I use unicode in PB4? Do I still need to use the ANSI to unicode conversion routines I've seen on this board before?
Thanks.