Unicode questions
Fri, 23 Nov 2007 01:21:01 -0800
Following the replies to my post about Chinese Windows, I have started the
process of Unicoding my app. I have started with the file system. I have
run into two problems and have a third specific question.
1) I've been using List View to present a list of file names and locations.
I can add strings to t ...
|
How to unsupported characters in a font?
Wed, 21 Nov 2007 06:38:02 -0800
I am dynamically adding text to a richtextbox using a selected font. My
problem starts when text is added to the richtextbox that is outside the
character set that the selected font supports and the richtextbox I assume
does some sort of fallback to the default font for that character set causing
any text th ...
|
Centimetres and inches
Sat, 17 Nov 2007 21:10:00 -0800
I have an c++ app compiled under VS2003. The app is not locale aware.
There is a lot of display of measurement in the App. All display at present
is done in inches. How can I test to find out the regional setting set in
Windows for centimetres, inches or whatever so that I can use that and apply
it progr ...
|
Fonts and Chinese Windows
Sat, 17 Nov 2007 21:07:00 -0800
My app is C++ built in VS2003 under English Windows. It uses single byte,
non-Unicode to handle characters. The app works perfectly under English and
European Windows. When run under Chinese Windows XP (Vista not being
considered here), only the first 127 characters of a font will display.
Anything in th ...
|
Determining whether a character is full or half width for "fixed-width"
fonts
Thu, 15 Nov 2007 17:10:28 +0100
Hello again,
a few days ago I posted a message here "Mono-spaced font Unicode text
width", describing my problem in what probably is poor wording.
Meanwhile I've read Michael S Kaplan's blog entry "Fonts that are
'fixed-width' even if they do not claim to be" here
http://blogs.msdn.com/michkap/archive ...
|
WideCharToMultiByte on Japanese Vista
Wed, 14 Nov 2007 05:20:02 -0800
I'm having some problems on WideCharToMultiByte on Japanese Vista PCs.
although I am not sure if it is because of Vista or Japanese as the
default language on the PC.
My application is c++ Unicode win32 app. The reason why I am using
this is that I need to supply a valid path to an external library that
take ...
|
How to mirror OPENFILENAME dialog?
Wed, 14 Nov 2007 04:32:01 -0800
Hi,
I've configured my Windows XP for Arabic using MUI, and I see IE drawing its
file open dialog mirrored.
I have called SetProcessDefaultLayout( LAYOUT_RTL) in my win32 C++ app, but
still the file open dialog is drawn LTR, ie. not mirrored as I would like.
Any ideas what more I need to do?
--
Regards
Si ...
|
|
|
Mono-spaced font Unicode text width
Sun, 11 Nov 2007 19:04:17 +0100
Hello,
I'm trying to figure out a way to determine the number of "columns" a
given Unicode text will need when displayed with a mono-spaced font.
By column I mean the width an ASCII character would occupy in the same
font. For example ABC would require 3 columns.
The problem I'm facing is that for ex ...
|
!!! SOFTWARE 4 SALE !!!?????????????????????????????????????????????????????????????????????? 91490
Saturday, 10 Nov 2007 19:44:18 -0600
Software for sale. Huge Selection. 10 Euros/CD. Worldwide shipping.
Windows, Mac, and Linux. The very latest software, stock video/photo, games, etc.
Contact David for details:
david007@worldnewstonight.net
...
|
unicode compatibility
Thu, 8 Nov 2007 01:21:01 -0800
Hi all,
I already have ascii version of application. I need to give unicode
compatibility. It's developed in VC++ 6.0 with MFC support.
I am planning to add _UNICODE in project->settings and change all "char"
to "TCHAR". Is it correct way?
What is defference between _UNICODE and _MBCS?
...
|