User Tag List

Results 1 to 6 of 6

Thread: right to left reading order

  1. #1
    Clicker Multimedia Fusion 2 Developer

    Join Date
    May 2007
    Location
    Brazil
    Posts
    135
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    right to left reading order

    is this possible in a simple edit box?

  2. #2
    No Products Registered

    Join Date
    Jun 2006
    Posts
    625
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: right to left reading order

    There is a special character that will revert any edit zone. Can't remember which ASCII code, but you can probably find it yourself in an ASCII table

  3. #3
    Clicker Multimedia Fusion 2 Developer

    Join Date
    May 2007
    Location
    Brazil
    Posts
    135
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: right to left reading order

    I'm sorry, but what is ASCII and how to use it? :crazy:

  4. #4
    No Products Registered

    Join Date
    Jun 2006
    Posts
    625
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: right to left reading order

    I guess Wikipedia will answer far better than I.
    http://en.wikipedia.org/wiki/ASCII

  5. #5
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: right to left reading order

    RTL isn't an ASCII code, it's a Unicode, um, "code".
    ASCII is only US English, and was 7-bit. Extended ASCII (which is what most people call ASCII these days, and is 8-bit) also contains a lot of accented characters used in European languages, but is still strictly left-to-right, and has no right-to-left code.
    Other languages had their own character sets, but they're all largely superseded by Unicode.
    Unicode can be thought of as extended extended ASCII, as it starts with the same characters, then adds a LOT more (it's 16-bit). There is an 8-bit encoding of Unicode called UTF-8 which is binary identical to ASCII as long as you only use characters that are in ASCII, but can show any Unicode characters.

    The Unicode character "203D" (a hex number) is the force right-to-left character. But if you use characters from a right-to-left language in an edit box it should flip automatically.

  6. #6
    No Products Registered

    Join Date
    Jun 2006
    Posts
    625
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: right to left reading order

    Sorry for the mis-information Attus, glad Dynasoft went by to make this right.

Similar Threads

  1. reading from RSS
    By Panchos in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 22nd February 2011, 02:57 PM
  2. reading INI file
    By bearcub in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 24th December 2007, 03:40 PM
  3. Reading from array
    By stAtrill in forum The Games Factory 2 - Technical Support
    Replies: 10
    Last Post: 19th September 2007, 08:48 AM

Posting Permissions

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