flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Barak
I want to strat learning FASM but I want to create with it hebrew software. Is there ever going to be such thing?
|
|||
![]() |
|
JohnFound
IMO you have no any problem. Hebrew or not, that's a Windows API problem, not FASM, Also FASM have UNICODE support. Just read Win API help and FASM doc's.
|
|||
![]() |
|
Barak
I wrote in hebrew but from the second letter and forth all the letters look like the first one.
I hope you undrstood me ![]() Barak |
|||
![]() |
|
Tomasz Grysztar
If can't just directly put unicode strings in your source, (which is ASCII). But you can, for example, write some unicode text in Notepad, save it to unicode text file and then put it into your program data with the command like:
Code: unicodestring file 'somefile.txt' |
|||
![]() |
|
JohnFound
privalov wrote: If can't just directly put unicode strings in your source, (which is ASCII). But you can, for example, write some unicode text in Notepad, save it to unicode text file and then put it into your program data with the command like: Maybe: Code: unicodestring file 'somefile.txt' db 0 ; terminator |
|||
![]() |
|
Tomasz Grysztar
Yeah, good point, but it still needs a correction:
Code: unicodestring file 'somefile.txt' dw 0 ![]() |
|||
![]() |
|
JohnFound
![]() |
|||
![]() |
|
Barak
I've solved the problem!!!!
It is another windows bug, when I resizing the window the word set to be like it should, thanks anyway. |
|||
![]() |
|
JohnFound
JohnFound wrote:
![]() ![]() Enjoy FASM. |
|||
![]() |
|
Barak
Belive me I enjoy it, I'm going to start translating MenuetOS to Hebrew. Is there an option in FASM that give you the ability to use Right-To-Left GUI and font support?
|
|||
![]() |
|
Kevin_Zheng
The fasmw.exe doesn't supported multi-language inputing. For example, It doesn't input the Chinese char . So please used ultraedit for writing source code.
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.