containers / composefs

The reliability of disk images, the flexibility of files
Other
462 stars 37 forks source link

composefs-info: specify locale to isgraph/isprint #299

Closed giuseppe closed 5 months ago

giuseppe commented 5 months ago

composefs-info is using internally isgraph and isprint that are locale dependent. Switch to use isgraph_l and isprint_l.

giuseppe commented 5 months ago

would you prefer a version with isgraph_l and isprint_l?

giuseppe commented 5 months ago

switched to isgraph_l and isprint_l