SC: UTF-8 decoding the '§'?

Things you’d like to miss in the future...
admin
Site Admin
Posts: 60558
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: SC: UTF-8 decoding the '§'?

Post by admin »

:biggrin:

Ok, next version will be your friend in this cruel encoded world.

admin
Site Admin
Posts: 60558
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: SC: UTF-8 decoding the '§'?

Post by admin »

Tomorrow:

Code: Select all

    + SC getkey: Now it supports reading UTF-8 encoded INI-files, with or 
      without BOM.
      Syntax: getkey(key, section, [INIfile], [flags])
        flags (bitfield)
          1: Use XYplorer's native algorithm.
          2: Decode UTF-8 if there is any.
             Only works in combination with flag 1!
      Example:
        text getkey("key_var_group", "menus", <focitem>, 3);

Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: SC: UTF-8 decoding the '§'?

Post by Filehero »

:tup: :beer:

highend
Posts: 13313
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: SC: UTF-8 decoding the '§'?

Post by highend »

getsectionlist() will get the same treatment?
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60558
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: SC: UTF-8 decoding the '§'?

Post by admin »

OK. I make it a little cheaper there (no config, no docs): It will just work.

Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: SC: UTF-8 decoding the '§'?

Post by Filehero »

I can read my "§"s properly, woohoo!

ImageImageImageImageImage

Herzlichen Dank, Don. :D

Cheers,
Filehero

Post Reply