5.30 advanced usage UTF-8(UNICODE)
Re: 5.30 advanced usage UTF-8(UNICODE)
I remain convinced that PB does not claim to be the language of industrial development and in this case the solution of the question of full localization (with the community!!!, with the help and understanding of the team ) is the path of the explosive popularization of language in the world.
Dawn will come inevitably.
Re: 5.30 advanced usage UTF-8(UNICODE)
i have to agree with the rest
non english in variables and in core of languange will only produce problems. some languanges need engines to compile (chinese japanese) producing "dots and squares " in the rest of teh word
other uses character NOT available in every font around (greek / russian etc)
furthermore reading a variable called "souvlaki" will not be understable in everyone providing hard to read code !
texct in string should be that way only to provide END USER and ONLY ability for text in its native languange
non english in variables and in core of languange will only produce problems. some languanges need engines to compile (chinese japanese) producing "dots and squares " in the rest of teh word
other uses character NOT available in every font around (greek / russian etc)
furthermore reading a variable called "souvlaki" will not be understable in everyone providing hard to read code !
texct in string should be that way only to provide END USER and ONLY ability for text in its native languange
Christos
Re: 5.30 advanced usage UTF-8(UNICODE)
After the government starts regulating programming and certifying programmers, we'll all have to support everyone's native scripts.
Operations like Fantaisie will be need to support and market close to a hundred versions of their development suite.
The Bassa, braille, and sign language versions will be especially challenging.
Operations like Fantaisie will be need to support and market close to a hundred versions of their development suite.
The Bassa, braille, and sign language versions will be especially challenging.
Keep it BASIC.
Re: 5.30 advanced usage UTF-8(UNICODE)
Don't exaggerate.
Enough to allow user macros to be called in unicode(utf-8) and ide [castom keywords - utf-8 and multiple color] everything else interested will make themselves
without this
http://forums.purebasic.com/german/view ... =8&t=27914
I can't repeat for Cyrillic
and forced to use
http://transliteration.eki.ee/
for example
p.s. read the constant mention of the difficulties of publication of the original texts in the national language. Maybe I missed that and purebasic - opensource? If I am interested in publishing, I choose a form convenient for readers. And if not, form convenient for me
Enough to allow user macros to be called in unicode(utf-8) and ide [castom keywords - utf-8 and multiple color] everything else interested will make themselves
without this
http://forums.purebasic.com/german/view ... =8&t=27914
I can't repeat for Cyrillic
and forced to use
http://transliteration.eki.ee/
for example
p.s. read the constant mention of the difficulties of publication of the original texts in the national language. Maybe I missed that and purebasic - opensource? If I am interested in publishing, I choose a form convenient for readers. And if not, form convenient for me

Last edited by useful on Sat Aug 16, 2014 9:00 pm, edited 1 time in total.
Dawn will come inevitably.
-
- Enthusiast
- Posts: 542
- Joined: Tue Apr 24, 2012 5:08 pm
- Location: Ontario, Canada
Re: 5.30 advanced usage UTF-8(UNICODE)
Actually, with touch screens and hand gestures, we're already well on our way.heartbone wrote:.........braille and sign language versions will be especially challenging.

For ten years Caesar ruled with an iron hand, then with a wooden foot, and finally with a piece of string.
~ Spike Milligan
~ Spike Milligan
Re: 5.30 advanced usage UTF-8(UNICODE)
https://en.wikipedia.org/wiki/Yugh_people
according to the 2010 census, there was only one and he is deprived of the right to program in their native language. I am not so seriously raised the topic as it might seem.
according to the 2010 census, there was only one and he is deprived of the right to program in their native language. I am not so seriously raised the topic as it might seem.

Dawn will come inevitably.
-
- Addict
- Posts: 4777
- Joined: Thu Jun 07, 2007 3:25 pm
- Location: Berlin, Germany
Re: 5.30 advanced usage UTF-8(UNICODE)
You can also use e.g. English identifiers in the first place.useful wrote:
without this
http://forums.purebasic.com/german/view ... =8&t=27914
I can't repeat for Cyrillic
and forced to use
http://transliteration.eki.ee/
for example
You can also write a small pre-processor (e.g. in PB!), that translates your source code (whatever it may be) into valid PB source code.
Sorry, I don't understand what this means.useful wrote:p.s. read the constant mention of the difficulties of publication of the original texts in the national language. Maybe I missed that and purebasic - opensource? If I am interested in publishing, I choose a form convenient for readers. And if not, form convenient for me
Re: 5.30 advanced usage UTF-8(UNICODE)
Оf course you can, but native ide pb, it becomes useless to meLittle John wrote: ...You can also write a small pre-processor....
Dawn will come inevitably.
-
- Addict
- Posts: 4777
- Joined: Thu Jun 07, 2007 3:25 pm
- Location: Berlin, Germany
Re: 5.30 advanced usage UTF-8(UNICODE)
Such a pre-processor can be integrated seamlessly as a tool in the PB IDE.useful wrote:Оf course you can, but native ide pb, it becomes useless to meLittle John wrote: ...You can also write a small pre-processor....
Re: 5.30 advanced usage UTF-8(UNICODE)
I mean, what if I do not plan to publish the source texts, their language is only important for me. But if I plan to show them to someone, then I will naturally represent them in the form convenient for the recipientLittle John wrote:...
Sorry, I don't understand what this means.useful wrote:p.s. read the constant mention of the difficulties of publication of the original texts in the national language. Maybe I missed that and purebasic - opensource? If I am interested in publishing, I choose a form convenient for readers. And if not, form convenient for me
Dawn will come inevitably.
Re: 5.30 advanced usage UTF-8(UNICODE)
I understand, but how to be with syntax coloring and other amenitiesLittle John wrote:Such a pre-processor can be integrated seamlessly as a tool in the PB IDE.useful wrote:Оf course you can, but native ide pb, it becomes useless to meLittle John wrote: ...You can also write a small pre-processor....
Dawn will come inevitably.