The Artima Developer Community
Sponsored Link

Java Buzz Forum
Creating Unicode Characters from Hex Codes in Windows

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Michael Cote

Posts: 10306
Nickname: bushwald
Registered: May, 2003

Cote is a programmer in Austin, Texas.
Creating Unicode Characters from Hex Codes in Windows Posted: Oct 30, 2003 12:12 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Michael Cote.
Original Post: Creating Unicode Characters from Hex Codes in Windows
Feed Title: Cote's Weblog: Coding, Austin, etc.
Feed URL: https://cote.io/feed/
Feed Description: Using Java to get to the ideal state.
Latest Java Buzz Posts
Latest Java Buzz Posts by Michael Cote
Latest Posts From Cote's Weblog: Coding, Austin, etc.

Advertisement

I've long wanted a simple way to go from Unicode hex values to actual characters, mostly so I can test out using non-English characters in my code. Thanks to fontboard -- a great source for MS-Windows i18n tips and howtos -- I finally have any easy way: WordPad.

If you type in the hex (of "code point" for super-technical) for a Unicode characters (all nicely listed in the Unicode charts PDFs),

and then press Alt-X, the hex gets converted to it's Unicode glyph,

Isn't that awesome?! (OK, so I'm a dork.)

If you've got a standard MS-Windows install, you might need to get special font packs for some of the non-Western code points.

Read: Creating Unicode Characters from Hex Codes in Windows

Topic: Swing and CSS Previous Topic   Next Topic Topic: More on utplsql

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use