Check out the Latest Articles:
Unicode font snippets to save some time

Probably someday you’ll need to embed your own fonts to a project because you don’t want to use the usual secure fonts ( Arial, Verdana, etc… ). You may know that when you embed a font to your project the swf size will be increased with the size of the whole font. To avoid the increase of the file you can use only the unicode range of the characters you need and you can find a wonderful amount information on the Lee Brimelow’s http://www.gotoandlearn.com website.

In this case you may be interested in this video.

To save you some time, I thought this could help you saving some time:

[English]——————————————————–

letters lower: abcdefghijklmnopqrstuvwxyz ( U+0061-U+007A )

letters upper: ABCDEFGHIJKLMNOPQRSTUVWXYZ ( U+0041-U+0059 )

numbers: 0123456789 ( U+0030-U+0039 )

arithmetic: %*+-/<=> ( U+0025,U+002A,U+002B,U+002D,U+002F,U+003C,U+003D,U+003E )

syntactic: ,:;. ( U+002C,U+003A,U+003B,U+002E )

emphasys: !¡? ( U+0021,U+00A1,U+003F  )

symbols: º ª | @  · ” # & ‘ ( ) ( U+00BA,U+00AA,U+007C,U+0040,U+00B7,U+0022,U+0023,U+0026-U+0029 )

currency: $ ( U+0024 )

all: [U+0061-U+007A,U+0041-U+0059,U+0030-U+0039,U+0025,

U+002A,U+002B,U+002D,U+002F, U+003C,U+003D,U+003E,U+002C,

U+003A,U+003B,U+002,U+0021,U+00A1,U+003F,U+00BA, U+00AA,

U+007C,U+0040,U+00B7,U+0022,U+0023,U+0026-U+0029,U+0024]

[ Spanish ]——————————————————–

accents lower: áéíóú ( U+00E1,U+00E9,U+00ED,U+00F3,U+00FA )

accents upper: ÁÉÍÓÚ ( U+00C1,U+00C9,U+00CD,U+00D3,U+00DA )

special: Ññ ( U+00D1,U+00F1  )

emphasys: ¿ U+00BF

currency: U+20AC

all: [ U+00E1,U+00E9,U+00ED,U+00F3,U+00FA,U+00C1,U+00C9,

U+00CD,U+00D3,U+00DA,U+00D1,U+00F1,U+00BF,U+20AC ]

[Catalan]——————————————————–

accents lower: àèò ( U+00E0,U+00E8,U+00F2 )

accents upper: ÀÈÒ ( U+00C0 U+00C8 U+00D2 )

special: çÇ ( U+00E7,U+00C7 )

all: [ U+00E0,U+00E8,U+00F2,U+00C0, U+00C8, U+00D2,U+00E7,U+00C7 ]

VN:F [1.8.1_1037]
Rating: 0.0/10 (0 votes cast)
VN:F [1.8.1_1037]
Rating: 0 (from 0 votes)
Share and Enjoy:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • Technorati
  • Twitter

No related posts.


This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.



Spam Protection by WP-SpamFree