Post Reply 
50g: copy all stored objects to SD card individually
10-16-2016, 07:51 PM
Post: #20
RE: 50g: copy all stored objects to SD card individually
(10-16-2016 07:26 PM)matthiaspaul Wrote:  Let's see what the calculator makes out of the following:

:3:"Mixcase" STO force LFN entry (unless treated as "mixcase")
:3:"CamelC" STO force LFN entry
:3:"UPCASE" STO SFN is sufficient, no LFN support required at all
:3:"SPECIÄL" STO no reason to create a LFN entry but some system may do
:3:"speziäl" STO no reason to create a LFN entry, but LFN support required
:3:"specÿal" STO no uppercase equivalent for ÿ in codepage 437 or 850
:3:"speci■l" STO special character from critical range 80h..9Fh (■ = \[] = 158)

Code:
 Directory of I:\

10/16/2016  03:35 PM                19 MIXCASE      Mixcase
10/16/2016  03:36 PM                19 CAMELC       CamelC
10/16/2016  03:36 PM                19              UPCASE
10/16/2016  03:37 PM                19              SPECI─L
10/16/2016  03:38 PM                19 SPEZIΣL      speziäl
10/16/2016  03:39 PM                19 SPEC AL      specÿal
10/16/2016  03:40 PM                19 SPECI₧L      speci?l
               7 File(s)            133 bytes
               0 Dir(s)     251,949,056 bytes free

...and yes, copying the text and pasting into a code block creates some confusion due to mixing code pages again. Here's an image of the output as it actually appears in a command shell window:
[Image: attachment.php?aid=4049]


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: 50g: copy all stored objects to SD card individually - DavidM - 10-16-2016 07:51 PM



User(s) browsing this thread: 1 Guest(s)