Eugene Sandulenko
|
4758b58fb2
|
COMMON: Sync punycode with JS/Python code:
* Allow [] in file names
* Process files ending with spaces or dots
|
2021-11-10 20:26:56 +01:00 |
|
Eugene Sandulenko
|
2d9cbf6483
|
COMMON: Fix punycode implementation for upper Unicode characters
|
2021-11-10 20:15:35 +01:00 |
|
djsrv
|
952dc3d3e1
|
COMMON: Fix punycoding strings with no ASCII chars
|
2021-08-22 14:42:33 -04:00 |
|
djsrv
|
ad6f533175
|
COMMON: Fix punycode encoder/decoder
These need to use Unicode code points, not raw bytes.
|
2021-08-22 13:11:26 -04:00 |
|
djsrv
|
7b71e617f6
|
COMMON: Fully remove old punycode path functions
|
2021-08-22 11:45:02 -04:00 |
|
djsrv
|
6020f24661
|
COMMON: Create punycode_encodepath
|
2021-08-07 10:44:37 +02:00 |
|
djsrv
|
17297ea7ef
|
COMMON: Use Path type in punycode_decodepath
|
2021-08-07 10:44:37 +02:00 |
|
Eugene Sandulenko
|
e79e58e077
|
COMMON: Avoid unnecessary object creation
|
2021-08-01 14:55:39 +02:00 |
|
Eugene Sandulenko
|
11e486d631
|
COMMON: Replace rindex() with more portable code
|
2021-08-01 14:51:04 +02:00 |
|
Eugene Sandulenko
|
1f40958a65
|
COMMON: Punycode more invalid characters in filenames
|
2021-08-01 10:44:24 +02:00 |
|
Eugene Sandulenko
|
ad42c3fd97
|
COMMON: Fix compilation
|
2021-07-31 18:30:16 +02:00 |
|
Eugene Sandulenko
|
130270e9cc
|
COMMON: Puny-encode '*', '[', ']' in file names
|
2021-07-31 17:04:13 +02:00 |
|
D G Turner
|
3f41ffa1c6
|
COMMON: Further fixes for signedness mismatch warnings in punycode
|
2021-07-31 13:09:17 +01:00 |
|
Orgad Shaneh
|
36224b990e
|
COMMON: Fix signedness mismatch warnings in punycode
|
2021-07-28 08:51:17 +03:00 |
|
Eugene Sandulenko
|
163d0b333a
|
COMMON: Make constants more portable
|
2021-07-27 18:44:00 +02:00 |
|
Eugene Sandulenko
|
83da582b4b
|
COMMON: Fix compilation
|
2021-07-27 18:42:54 +02:00 |
|
Eugene Sandulenko
|
530354492a
|
COMMON: Fix encode_punycode to match the perl code
|
2021-07-27 18:14:50 +02:00 |
|
Eugene Sandulenko
|
e6429a1213
|
COMMON: Fix punycode encoding
|
2021-07-27 18:14:50 +02:00 |
|
Eugene Sandulenko
|
96bb4d2d53
|
COMMON: Added more auxiliary method to Punycode
|
2021-07-27 18:14:50 +02:00 |
|
Eugene Sandulenko
|
cd3f703988
|
COMMON: Fix punycode encoding
|
2021-07-27 18:14:49 +02:00 |
|
Eugene Sandulenko
|
8789bdfd67
|
COMMON: Reworked encode_punycode to String
|
2021-07-27 18:14:49 +02:00 |
|
Eugene Sandulenko
|
191bc979a9
|
COMMON: Always return the original string on failed punycode decoding
|
2021-07-27 18:14:49 +02:00 |
|
Eugene Sandulenko
|
a655cff203
|
COMMON: Added auxiliary methods for punycode
|
2021-07-27 18:14:49 +02:00 |
|
Eugene Sandulenko
|
56f7af8d2e
|
COMMON: Fix punycode decoding and implement reverse utility for escaped filenames
|
2021-07-27 18:14:49 +02:00 |
|
Eugene Sandulenko
|
91d747ac5b
|
COMMON: Initial code for punycode decoding
|
2021-07-27 18:14:48 +02:00 |
|