The QB64 full screen editor
#5
I have used wide Unicode filenames once in a Rename function, but all I can say is it is not easy.

Noted the _unsigned declare might be a bug in
  Dim Shared hfind As _Unsigned _Offset

For an example in Unicode find attached a Rename function..

The Unicode extends ASCIIZ from 260 to 520 chars. Each Unicode is 2-byte pairs which is 256^2 or 65536 possible symbols.

Nameit2 is VBdos (no unicode)
Nameit is QB64 (has unicode)


Attached Files
.bas   NAMEIT.BAS (Size: 29.54 KB / Downloads: 34)
.doc   NAMEIT.DOC (Size: 2.23 KB / Downloads: 31)
.bas   nameit2.bas (Size: 13.79 KB / Downloads: 38)
.doc   nameit2.doc (Size: 1.56 KB / Downloads: 26)
Reply


Messages In This Thread
The QB64 full screen editor - by eoredson - 08-29-2022, 05:08 AM
RE: The QB64 full screen editor - by mnrvovrfc - 08-29-2022, 09:53 PM
RE: The QB64 full screen editor - by eoredson - 08-30-2022, 03:39 AM
RE: The QB64 full screen editor - by eoredson - 08-31-2022, 11:52 PM
RE: The QB64 full screen editor - by krovit - 08-29-2023, 05:58 PM



Users browsing this thread: 1 Guest(s)