diff options
Diffstat (limited to 'admin/charsets/compact.awk')
| -rw-r--r-- | admin/charsets/compact.awk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/charsets/compact.awk b/admin/charsets/compact.awk index b7d1fd19d8e..21e03ee4157 100644 --- a/admin/charsets/compact.awk +++ b/admin/charsets/compact.awk | |||
| @@ -69,7 +69,7 @@ function decode_hex(str, idx) { | |||
| 69 | return n; | 69 | return n; |
| 70 | } | 70 | } |
| 71 | 71 | ||
| 72 | /^\#/ { | 72 | /^#/ { |
| 73 | print; | 73 | print; |
| 74 | next; | 74 | next; |
| 75 | } | 75 | } |
| @@ -119,4 +119,3 @@ END { | |||
| 119 | printf "0x%04X-0x%04X 0x%04X\n", from_code, to_code, from_unicode; | 119 | printf "0x%04X-0x%04X 0x%04X\n", from_code, to_code, from_unicode; |
| 120 | } | 120 | } |
| 121 | } | 121 | } |
| 122 | |||