Re: Unicode Support
- From: Betov <betov@xxxxxxx>
- Date: 19 Apr 2005 07:38:22 GMT
Chewy509@xxxxxxxxxxxxxxxx écrivait news:1113886284.203052.220490
@f14g2000cwb.googlegroups.com:
> So for Randy, Rene, etc, are there any plans to allow source code in
> UTF-16 format for your compilers/assemblers? eg to allow symbols/labels
> to contain non-ASCII characters, and allow easier unicode string
> support from within the source file itself?
First, addressing both, at a time, "Randy, Rene" is insulting
for me, but, well... here we go.
There is no plan for implementing Unicode in RosAsm,
neither in the Assembler, nor in the Sources Editor.
There is actually a Developement for the Internationalization
of the RosAsm Strings. We have done most of the job for
the Errors Messages, and there is a chineese version.
At the end, all of the RosAsm Messages Strings will be
Internationalized. This is done through external Files,
and, of course, the output Routines are also implemented
for Unicode.
There is also a Plan (not started), to enable the
"Unicode Users" to store Unicode Strings, in the
Sources Data. Actually, the only implemented thing
is that the RosAsm Data can be direct Unicode, like
this:
[MyUnicodeString: U§ 'BlaBla', 0]
that is same as:
[MyUnicodeString: B§ 'B', 0 'l', 0 'a', 0, 'B', 0, 'l', 0, 'a', 0, 0, 0]
I must apologioze that i have no idea, at all,
about how this is usable or not usable for the real
"Unicode Users". Maybe, this is enough for them
to create Aplications with Unicode Strings. I
really do not know, but i suspect the answer is
NO, because of the Unicode KeyStroke holding, that
has been implemented by a oriental user, a long
time ago, and about which i never got any information.
So, if i am told that this does not work, i will
implement a Mechanism, through the so helful "Tag"
feature, to run an external Unicode Editor, and to
paste the content of this Editor, into the Source,
under the form of a List of Bytes, or something
like this (back and forth, of course). In fact
i well hope that an oriental user will take care
of all of this instead of me.
As for writing, as you suggest, say, the labels
Names, in Unicode, directly in a RosAsm Source,
this will never be implemented. I do not see any
reason for doing so.
The Assembler with the best Unicode support is
GoAsm. Unfortunately, it is closed Sources, but
its Author is a very nice guy. If you get in touch
with him, by Mail, i am am quite sure he could give
you way better answers than me.
Betov.
< http://rosasm.org/ >
.
- Follow-Ups:
- Re: Unicode Support
- From: Chewy509
- Re: Unicode Support
- References:
- Unicode Support
- From: Chewy509
- Unicode Support
- Prev by Date: Re: Linux, X, ld, gcc, linking, shared libraries and stuff
- Next by Date: Re: Unicode Support
- Previous by thread: Unicode Support
- Next by thread: Re: Unicode Support
- Index(es):
Relevant Pages
|