The MASM Forum Archive 2004 to 2012

General Forums => The Laboratory => Topic started by: hutch-- on April 12, 2011, 03:07:03 AM

Title: Small favour to test unicode editor.
Post by: hutch-- on April 12, 2011, 03:07:03 AM
I need a favour from some of our members who use non-english character sets to test this unicode editor skeleton. I have it tested with Chinese and Japanese characters, both in the file open and save and the text saved in those character sets. I have made a set of test pieces in as many languages as I can translate through Google language tools and it appears to be opening, editing and saving everything I can so far point at it including command lines.

The file dialogs do strange things with both Arabic and Hebrew as they require a Windows version that supports right to left text entry but apart from that I cannot find anything else that is unusual.

I need this tool for editing resource scripts where the only way to include characters that cannot be entered from an English keyboard in ANSI text is in unicode.
Title: Re: Small favour to test unicode editor.
Post by: mineiro on April 18, 2011, 04:54:37 AM
Worked here, brazilian portuguese (pt_br)
"âáéíóúàêçãÁÉÍÓÚÀÊÇÃÂ"
I have copy/paste/save/open some japanese and hebrew and worked.
Changed regional config to russian and write with virtual keyboard and worked.
regards.
Title: Re: Small favour to test unicode editor.
Post by: dancho on April 18, 2011, 07:21:59 AM
Croatien alphabet worked here also,
write/save/open no problem...
Title: Re: Small favour to test unicode editor.
Post by: jj2007 on April 18, 2011, 08:09:35 AM
Hutch,

Works fine, but saved Unicode text files miss the BOM and are thus not identified by e.g. MS Word, WordPad and several text editors. Good ol' Notepad has no problems, though.

Title: Re: Small favour to test unicode editor.
Post by: aker on April 18, 2011, 08:41:16 AM
 :U
My first WideChar Editor.
Thanks.

(http://i.imgur.com/7um5x.jpg)

(http://i.imgur.com/AG6cT.jpg)
Title: Re: Small favour to test unicode editor.
Post by: hutch-- on April 18, 2011, 02:05:15 PM
 :U

Guys, thanks very much, your testing is really useful with a tool like this one. I have a fair bit more of it done, the block indenting and zoom text seem to be working properly, I have done the search and replace dialogs but I have not written the search and replace code yet. When I get enough of it working properly I will add a config file so it saves its settings but I don't want to do that yet. When I get some more of it written I will post the next version.

Just as a funny aside, I don't have a general purpose unicode editor so I have been using this one to edit its own RC file, funny to have to start up the app to edit parts of itself.  :P
Title: Re: Small favour to test unicode editor.
Post by: dedndave on April 18, 2011, 03:34:34 PM
sounds like the guy that writes the first assembler for a new processor
makes you feel like a real pioneer   :P