Search found 8 matches
- Thu Mar 22, 2007 6:15 pm
- Forum: General
- Topic: Support for unicode file names?
- Replies: 2
- Views: 392
Still broken
Looks like it is still broken in 5.0: - can't open via file dialog - appears with question marks in explorer pane and disappears with single click For me a program that claims "16-bit Unicode, UTF-8 and 8-bit text files with single and double byte characters can be edited", but can't open the files ...
- Wed Nov 01, 2006 7:38 pm
- Forum: General
- Topic: New TextPad Version?
- Replies: 12
- Views: 4012
- Wed Nov 01, 2006 7:35 pm
- Forum: General
- Topic: Running TextPad under OS X
- Replies: 3
- Views: 914
- Wed Nov 01, 2006 7:32 pm
- Forum: General
- Topic: Support for unicode file names?
- Replies: 2
- Views: 392
Support for unicode file names?
I notice that Textpad can not open any file which has a filename which does uses unicode filenames. Instead I just get an error indicating that texpad can not c:\?????.html contains and invalid path, when trying to open file '萔菾菰萩쫦쪹.html' Are there any plans to change this? It is a shame for TextPad ...
- Tue Aug 26, 2003 7:11 pm
- Forum: Enhancement Suggestions
- Topic: Support for unicode filenames & display
- Replies: 3
- Views: 739
Any chance a moderator could fix the pole, I think I screwed up when I edited the message. Need to remove the following: Support for non-ANSI filenames Display of non-ANSI content in unicode files Non-ANSI filenames AND display of non-ANSI content in unicode files Happy the way things are I cast the ...
- Tue Aug 26, 2003 6:55 pm
- Forum: Enhancement Suggestions
- Topic: Support for unicode filenames & display
- Replies: 3
- Views: 739
Support for unicode filenames & display
Currently Textpad can not open files which have non-ANSI filenames. Also it can not display characters in a unicode encoded document, that are outside of the ANSI (CP-1225) range, even if it can open them. Non-ANSI characters are basically anything that aren't in the basic latin encoding, so this ...
- Tue Aug 26, 2003 6:09 pm
- Forum: General
- Topic: Textpad 4.7, does not use UTF8 API?
- Replies: 3
- Views: 759
A quick example is the use of the function 'CreateFile' - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/createfile.asp which has both an ANSI and a unicode implementation. To better supported files with non-ANSI characters in their names, the unicode implementation ...
- Tue Aug 26, 2003 4:31 pm
- Forum: General
- Topic: Textpad 4.7, does not use UTF8 API?
- Replies: 3
- Views: 759
Textpad 4.7, does not use UTF8 API?
Looks like while Textpad 4.7 has apparently improved UTF8 support, it is still lacking. Here are the issues: * Can't open files with chinese characters - this is an indication that Textpad 4.7 is not using the UTF8 file API. * The display is limited to the cp-1225, it can not display characters ...