Search found 7 matches

by Hemulo
Fri Nov 27, 2009 7:39 am
Forum: The PureBasic Editor
Topic: Does not work unicode.
Replies: 12
Views: 3914

Re: Does not work unicode.

Thanks for the information.
by Hemulo
Thu Nov 26, 2009 10:31 pm
Forum: The PureBasic Editor
Topic: Does not work unicode.
Replies: 12
Views: 3914

Re: Does not work unicode.

it's copy/paste, same thing as if I copy "ĈĉĜĝĤĥĴĵŜŝŬŭ" from your posting in this thread.


You are right. I have tested this tool, it really works. But often to use it, it is very inconvenient.

I will prefer even all to write in other editor and to insert already ready text into the program.

I ...
by Hemulo
Thu Nov 26, 2009 3:21 pm
Forum: The PureBasic Editor
Topic: Does not work unicode.
Replies: 12
Views: 3914

Re: Does not work unicode.

Kaeru Gaman wrote:since I normally don't need those chars, I did not experiment with any "extended keyboard" functionality yet.
when I need uncommon chars, I import them from charmap.exe
At use charmap.exe at you this problem does not arise?
by Hemulo
Thu Nov 26, 2009 2:57 pm
Forum: The PureBasic Editor
Topic: Does not work unicode.
Replies: 12
Views: 3914

Re: Does not work unicode.

and when you type the same text into NotePad it works?

In Notepad, everything works fine.


sorry I can't test it myself because on German (and I think also on English) Keyboard-Layout
I have to way to directly type a Char with circonflex or brevis, I got to fetch it from the CharMap anyways ...
by Hemulo
Thu Nov 26, 2009 2:40 pm
Forum: The PureBasic Editor
Topic: Does not work unicode.
Replies: 12
Views: 3914

Re: Does not work unicode.

when I change the IDE font to "Courier New", I can see the accents of the string above in the source.
standard font is "Courier", why is this?
source encoding UTF-8 and "create unicode executable" enabled.
however they are not displayed in the debugger window, is there some additional setting there ...
by Hemulo
Thu Nov 26, 2009 12:31 pm
Forum: The PureBasic Editor
Topic: Does not work unicode.
Replies: 12
Views: 3914

Re: Does not work unicode.

Set the sourceformat to UTF-8 and use a font that support esperanto


UTF-8 mode and mode support for unicode were included.

It's not the fonts, namely in the processing of input characters.
In addition, the characters "ĈĉĜĝĤĥĴĵŜŝŬŭ" are present in all the standard fonts for Unicode.

In the same ...
by Hemulo
Thu Nov 26, 2009 12:12 pm
Forum: The PureBasic Editor
Topic: Does not work unicode.
Replies: 12
Views: 3914

Does not work unicode.

Unfortunately, the default editor PureBasic cannot correctly process many entered symbols of unicode.

For example: "ĈĉĜĝĤĥĴĵŜŝŬŭ"

These letters are used in Esperanto.

And also many other symbols: "≈№¢≡≤≥≠℃œæƒ¿ˆ¹²³⁴⁵⁶⁷⁸⁹⁰ŒÆ"

All these and many other characters can not be entered in the editor ...