Norman Diamond
2006-11-20 07:16:53 UTC
I used Notepad to open .rc and .rc2 files and save them as Unicode. Visual
Studio 2005 understands Unicode resource files.
The reason for doing so is that I need to insert some characters which don't
exist in Shift-JIS, in order to compile DLLs for foreign language versions.
One character that I need to insert is the Euro symbol.
In Windows XP SP2 Pro, I tried Start - Accessories - System Tools -
Character Code Chart. This chart includes a character that looks roughly
like CE, and the tooltip calls it "Euro-Currency Sign", but it doesn't look
like the modern Euro symbol. Also the codepoint for this character is
U+20A0 not U+20AC.
If I type 20AC into the edit box for "specify in Unicode(U)" then the chart
moves to a character that looks roughly like o/c, the tooltip calls it
"Account Of", it doesn't look like a Euro symbol, and the codepoint is
U+2100 not U+20AC.
Going back to 20A0 and advancing from there, the Character Code Chart
provides these possibilities for input into an .rc file:
U+20A0 Euro-Currency Sign (incorrect, maybe obsolete?)
U+20A1 Colon Sign (some country's currency was called Colon)
U+20A2 Cruzeiro Sign (obsolete Brazilian currency)
U+20A3 French Franc Sign (wow Unicode likes obsolete characters)
U+20A4 Lira Sign (looks to me like Pound Sign but I understand Italy and
Libra)
U+20A5 Mill Sign (United States?)
U+20A6 Naira Sign (I vaguely recall that word)
U+20A7 Peseta Sign (looks to me like plural Pesetas sign)
U+20A8 Rupee Sign (looks to me like plural Rupees sign)
U+20A9 Won Sign (Korea)
U+20AA New Sheqel Sign (yeah Israel did call it new)
U+2100 Account Of
How can I get U+20AC into an .rc file?
Studio 2005 understands Unicode resource files.
The reason for doing so is that I need to insert some characters which don't
exist in Shift-JIS, in order to compile DLLs for foreign language versions.
One character that I need to insert is the Euro symbol.
In Windows XP SP2 Pro, I tried Start - Accessories - System Tools -
Character Code Chart. This chart includes a character that looks roughly
like CE, and the tooltip calls it "Euro-Currency Sign", but it doesn't look
like the modern Euro symbol. Also the codepoint for this character is
U+20A0 not U+20AC.
If I type 20AC into the edit box for "specify in Unicode(U)" then the chart
moves to a character that looks roughly like o/c, the tooltip calls it
"Account Of", it doesn't look like a Euro symbol, and the codepoint is
U+2100 not U+20AC.
Going back to 20A0 and advancing from there, the Character Code Chart
provides these possibilities for input into an .rc file:
U+20A0 Euro-Currency Sign (incorrect, maybe obsolete?)
U+20A1 Colon Sign (some country's currency was called Colon)
U+20A2 Cruzeiro Sign (obsolete Brazilian currency)
U+20A3 French Franc Sign (wow Unicode likes obsolete characters)
U+20A4 Lira Sign (looks to me like Pound Sign but I understand Italy and
Libra)
U+20A5 Mill Sign (United States?)
U+20A6 Naira Sign (I vaguely recall that word)
U+20A7 Peseta Sign (looks to me like plural Pesetas sign)
U+20A8 Rupee Sign (looks to me like plural Rupees sign)
U+20A9 Won Sign (Korea)
U+20AA New Sheqel Sign (yeah Israel did call it new)
U+2100 Account Of
How can I get U+20AC into an .rc file?