Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: ThinBasic(ThinAir) dislikes accented letters

  1. #11
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,818
    Rep Power
    10
    No, in this case it was just an error in ASC function and conversion from ascii/utf-8/unicode
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  2. #12
    Member
    Join Date
    Jan 2018
    Location
    France
    Age
    72
    Posts
    74
    Rep Power
    14

    Sad

    Quote Originally Posted by ErosOlmi View Post
    No, in this case it was just an error in ASC function and conversion from ascii/utf-8/unicode
    Hi Eros,


    Bad luck, two issues solved in one shot, would be fine



    Dany

  3. #13
    Member
    Join Date
    Jan 2018
    Location
    France
    Age
    72
    Posts
    74
    Rep Power
    14

    News from V1.12

    Quote Originally Posted by ErosOlmi View Post
    I think I've found the problem.
    Will release a new update soon

    Thanks for reporting
    Hi Eros.

    I'm testing ThinBasic 1.12 thanks......

    Now ThinAir likes accented dirs.
    But, bundling still fails.
    bad-bundle.png
    Bundling the same script in another directory is OK.

    In the page : https://www.thinbasic.com/downloads.html
    you state : Compatibility: Windows 10 or higher

    Is it true ?
    For multiple causes I am glued to Win 7.
    Am I obliged to stay with ThinBasic 1.11 ?

    Does the bundling issue is caused by W7 ?

    Dany

  4. #14
    Member
    Join Date
    Jan 2018
    Location
    France
    Age
    72
    Posts
    74
    Rep Power
    14

    ASC issue with accented letters

    Quote Originally Posted by dco045 View Post
    Hi Eros,


    I encounter a new accent problem.

    the ASC(StringExpression [, position]) exhibits a curious comportement.



    Just try the script given as example in ASC help file, inserting an accented char to hello string, even in last position.

    And see the collection of zeroes.

    Maybe the position var is fooled by 16 bits chars ?



    Best regards.

    Dany
    ErosOlmi

    No, in this case it was just an error in ASC function and conversion from ascii/utf-8/unicode
    ASC don't give the same collection of zeroes.
    But many pop up appears. I suppose that they are from the tests you made ??

    Dim MyString  As String VALUE = "HELLO   è  "
    
    asc-issue.png

    asc-issue2.png

    Dany
    Last edited by dco045; 29-01-2024 at 20:40. Reason: add image

  5. #15
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,818
    Rep Power
    10
    Thanks a lot for the info your reported.
    Will check soon and fix.
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  6. #16
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,818
    Rep Power
    10
    Quote Originally Posted by dco045 View Post
    Hi Eros.

    I'm testing ThinBasic 1.12 thanks......

    Now ThinAir likes accented dirs.
    But, bundling still fails.
    bad-bundle.png
    Bundling the same script in another directory is OK.

    In the page : https://www.thinbasic.com/downloads.html
    you state : Compatibility: Windows 10 or higher

    Is it true ?
    For multiple causes I am glued to Win 7.
    Am I obliged to stay with ThinBasic 1.11 ?

    Does the bundling issue is caused by W7 ?

    Dany
    Should work also on Windows 7 but some features not.
    This is not a Win7 problem but a bug
    Will check soon
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  7. #17
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,818
    Rep Power
    10
    I've uploaded again thinBasic version 1.12.0
    I should have solved problems regarding accented letters in thinBundle and ASC debug message boxes.
    Let me know if fixed for you too

    On accented letters there is still a problem in thinAir Open file command.
    HTML list is still broken and will prevent from opening a script with accented letters.
    You can bypass the problem clicking on right button "Open Script ..."
    I will try to solve in next thinBasic version 1.12.1
    Attached Images Attached Images
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  8. #18
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,818
    Rep Power
    10
    Sorry, updated again in https://www.thinbasic.com/downloads.html#downloads
    Should have solved accented letters in thinAir Open Dialog again
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

Page 2 of 2 FirstFirst 12

Similar Threads

  1. i18n internationalization functionality in thinbasic / thinair
    By DirectuX in forum Suggestions/Ideas discussions
    Replies: 23
    Last Post: 18-11-2018, 17:12
  2. about LETTERS$() and LETTER_SetMask$() Functions
    By primo in forum thinBasic General
    Replies: 2
    Last Post: 26-10-2017, 21:20

Members who have read this thread: 2

Posting Permissions

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