A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: [RESOLVED] Accent in Edit Box?

  1. #1
    Member
    Join Date
    Nov 2007
    Location
    Brazil
    Posts
    47

    resolved [RESOLVED] Accent in Edit Box?

    Hi, I'm having problems with the accentuation in Edit Boxes, this simply doesn't work. "You" is "você" in Portuguese(Brazilian).
    If I put "você" in a Edit Box this change to "vocÞe".
    Anybody have a solution?!

    I've tried "System.UseCodepage = true;" but, didn't work
    []'s
    leocavalcante.com

  2. #2
    3DFA hobby scripter LewxX²'s Avatar
    Join Date
    Jul 2006
    Location
    Germany, Karlsruhe
    Posts
    198
    Hmm you could use: "voc"+String.fromCharCode (234);

    I creaded a littel tool to find out char code easiely:
    http://www.flash.lifestylepics.de/ascii/

    just type or copy the letter in the ASCII to char box and you get the CharCode
    sorry for my bad school English
    btw. visit my Page: projects.lewxx.de
    or lewxx.de (<= German)

  3. #3
    Member
    Join Date
    Nov 2007
    Location
    Brazil
    Posts
    47
    Nice
    Thank you LewxX
    []'s
    leocavalcante.com

  4. #4
    Senior Member Zoranan's Avatar
    Join Date
    May 2008
    Posts
    126
    cool, been looking for something like this!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center