Aurelio Jargas
0304135d2b
docs: Use \ instead of \\ in examples ( #7286 )
...
Instead of informing the bell character (hex 07), the example was using
an escaped \ followed by x07.
$ echo \\x07
\x07
$ echo \x07
$ echo \x07 | od -a
0000000 bel nl
0000002
$
* docs: Use \u instead of \\u
Instead of informing the Unicode character 慡, this example was using an
escaped \ followed by u6161.
$ echo \\u6161
\u6161
$ echo \u6161
慡
Before:
$ string escape --style=var 'a1 b2'\\u6161 | string unescape --style=var
a1 b2\u6161
Now:
$ string escape --style=var 'a1 b2'\u6161 | string unescape --style=var
a1 b2慡
2020-08-26 18:29:03 +02:00
..
2020-05-29 20:53:44 +02:00
2020-02-23 21:36:55 +08:00
2020-02-19 17:00:35 -08:00
2020-02-23 23:41:16 -08:00
2020-06-17 15:36:50 +02:00
2020-02-19 17:00:35 -08:00
2020-02-19 17:00:35 -08:00
2020-08-07 21:06:16 +02:00
2020-02-19 17:00:35 -08:00
2020-03-09 19:24:38 +01:00
2020-04-04 10:44:53 +02:00
2020-02-19 17:00:35 -08:00
2020-02-19 17:00:35 -08:00
2020-04-18 10:40:48 +02:00
2020-04-18 10:40:48 +02:00
2020-02-19 17:00:35 -08:00
2020-04-17 22:29:12 +02:00
2020-04-13 22:56:22 +02:00
2020-02-19 17:00:35 -08:00
2020-03-09 19:24:38 +01:00
2020-02-19 17:00:35 -08:00
2020-04-18 10:40:48 +02:00
2020-04-18 10:40:48 +02:00
2020-03-21 15:31:25 +01:00
2020-08-26 18:29:03 +02:00
2020-02-19 17:00:35 -08:00
2020-04-04 10:44:53 +02:00
2020-04-04 10:44:53 +02:00
2020-03-21 13:21:38 +01:00
2020-02-19 17:00:35 -08:00
2020-02-19 17:00:35 -08:00
2020-02-23 23:41:16 -08:00
2020-02-19 17:00:35 -08:00
2020-05-29 20:51:05 +02:00
2020-02-19 17:00:35 -08:00
2020-02-19 17:00:35 -08:00
2020-02-19 17:00:35 -08:00
2020-03-07 13:02:58 +01:00
2020-08-10 22:03:51 +02:00
2020-06-30 23:45:41 +02:00
2020-04-19 07:06:31 +02:00
2020-06-06 22:52:13 +08:00
2020-02-19 17:00:35 -08:00
2020-06-20 18:17:11 +02:00
2020-02-19 17:00:35 -08:00
2020-02-19 17:00:35 -08:00
2020-04-04 10:44:53 +02:00
2020-03-01 17:04:02 +01:00
2020-05-19 21:07:33 +02:00
2020-04-04 10:44:53 +02:00
2020-03-21 13:20:34 +01:00
2020-05-27 20:13:44 +02:00
2020-06-06 16:31:33 -07:00
2020-03-21 13:21:38 +01:00
2020-03-21 15:31:25 +01:00
2020-08-04 21:44:26 +02:00
2020-02-19 17:00:35 -08:00
2020-02-19 17:00:35 -08:00
2020-07-06 20:48:13 +08:00
2020-08-26 17:48:58 +02:00
2020-04-18 10:40:48 +02:00
2020-02-19 17:00:35 -08:00
2020-02-19 17:00:35 -08:00
2020-02-23 23:41:16 -08:00
2020-04-18 10:40:48 +02:00
2020-04-18 10:40:48 +02:00
2020-08-26 18:29:03 +02:00
2020-04-04 10:44:53 +02:00
2020-02-19 17:00:35 -08:00
2020-04-18 10:40:48 +02:00
2020-04-18 10:40:48 +02:00
2020-02-19 17:00:35 -08:00
2020-03-10 18:25:40 +01:00
2020-04-04 10:44:53 +02:00
2020-02-19 17:00:35 -08:00
2020-02-19 17:00:35 -08:00
2020-04-26 17:55:17 +02:00
2020-04-13 22:56:22 +02:00
2020-06-04 18:23:32 +02:00
2020-06-07 19:33:27 +02:00
2020-08-26 18:29:03 +02:00
2020-02-19 17:00:35 -08:00
2020-02-19 17:00:35 -08:00
2020-02-19 17:00:35 -08:00
2020-02-19 17:00:35 -08:00
2020-08-26 18:29:03 +02:00
2020-02-19 17:00:35 -08:00
2020-08-26 18:29:03 +02:00
2020-02-19 17:00:35 -08:00
2020-08-26 18:29:03 +02:00
2020-03-22 15:53:09 +01:00
2020-02-19 17:00:35 -08:00
2020-02-19 17:00:35 -08:00
2020-02-19 17:00:35 -08:00
2020-08-26 18:29:03 +02:00
2020-02-19 17:00:35 -08:00
2020-02-19 17:00:35 -08:00
2020-04-19 04:25:04 +02:00
2020-02-19 17:00:35 -08:00
2020-02-19 17:00:35 -08:00
2020-02-23 23:41:16 -08:00
2020-02-19 17:00:35 -08:00
2020-03-21 15:31:25 +01:00
2020-02-19 17:00:35 -08:00
2020-02-19 17:00:35 -08:00
2020-02-19 17:00:35 -08:00
2020-02-19 17:00:35 -08:00