Commit a92089b
committed
src: alias BINARY to LATIN1
Make BINARY an alias for LATIN1 rather than a distinct enum value.
PR-URL: nodejs#7284
Refs: nodejs#7262
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>1 parent a06ccdb commit a92089bCopy full SHA for a92089b
File tree
Expand file treeCollapse file tree
4 files changed
+8
-10
lines changedOpen diff view settings
Filter options
- src
- test/addons/parse-encoding
Expand file treeCollapse file tree
4 files changed
+8
-10
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1358 | 1358 | |
1359 | 1359 | |
1360 | 1360 | |
1361 | | - |
| 1361 | + |
1362 | 1362 | |
1363 | 1363 | |
1364 | 1364 | |
|
Collapse file
+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
278 | 278 | |
279 | 279 | |
280 | 280 | |
281 | | - |
| 281 | + |
| 282 | + |
| 283 | + |
282 | 284 | |
283 | 285 | |
284 | 286 | |
|
Collapse file
+2-8Lines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
272 | 272 | |
273 | 273 | |
274 | 274 | |
275 | | - |
276 | 275 | |
277 | 276 | |
278 | 277 | |
| ||
377 | 376 | |
378 | 377 | |
379 | 378 | |
380 | | - |
381 | | - |
| 379 | + |
382 | 380 | |
383 | 381 | |
384 | 382 | |
| ||
387 | 385 | |
388 | 386 | |
389 | 387 | |
390 | | - |
391 | 388 | |
392 | 389 | |
393 | 390 | |
| ||
428 | 425 | |
429 | 426 | |
430 | 427 | |
431 | | - |
432 | | - |
| 428 | + |
433 | 429 | |
434 | 430 | |
435 | 431 | |
| ||
441 | 437 | |
442 | 438 | |
443 | 439 | |
444 | | - |
445 | 440 | |
446 | 441 | |
447 | 442 | |
| ||
645 | 640 | |
646 | 641 | |
647 | 642 | |
648 | | - |
649 | 643 | |
650 | 644 | |
651 | 645 | |
|
Collapse file
test/addons/parse-encoding/binding.cc
Copy file name to clipboardExpand all lines: test/addons/parse-encoding/binding.cc+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
| 15 | + |
| 16 | + |
15 | 17 | |
16 | 18 | |
17 | 19 | |
|
0 commit comments