Commit 6d61748
committed
Add preliminary utf8_to_bytes_()
This is an internal function, designed to be an extension of
utf8_to_bytes(), with a slightly different API. This commit just adds
it and calls it from just utf8_to_bytes.
Future commits will extend this API.1 parent 5137fe1 commit 6d61748
4 files changed
+36
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3698 | 3698 | | |
3699 | 3699 | | |
3700 | 3700 | | |
| 3701 | + | |
| 3702 | + | |
3701 | 3703 | | |
3702 | 3704 | | |
3703 | 3705 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
859 | 859 | | |
860 | 860 | | |
861 | 861 | | |
| 862 | + | |
862 | 863 | | |
863 | 864 | | |
864 | 865 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2377 | 2377 | | |
2378 | 2378 | | |
2379 | 2379 | | |
2380 | | - | |
2381 | | - | |
| 2380 | + | |
| 2381 | + | |
2382 | 2382 | | |
2383 | | - | |
2384 | | - | |
2385 | | - | |
| 2383 | + | |
2386 | 2384 | | |
2387 | 2385 | | |
| 2386 | + | |
| 2387 | + | |
2388 | 2388 | | |
2389 | | - | |
2390 | | - | |
| 2389 | + | |
| 2390 | + | |
| 2391 | + | |
| 2392 | + | |
2391 | 2393 | | |
2392 | 2394 | | |
2393 | 2395 | | |
2394 | 2396 | | |
2395 | 2397 | | |
2396 | | - | |
| 2398 | + | |
2397 | 2399 | | |
2398 | | - | |
| 2400 | + | |
2399 | 2401 | | |
2400 | 2402 | | |
2401 | 2403 | | |
| |||
2425 | 2427 | | |
2426 | 2428 | | |
2427 | 2429 | | |
2428 | | - | |
2429 | | - | |
| 2430 | + | |
2430 | 2431 | | |
2431 | 2432 | | |
2432 | 2433 | | |
| |||
2476 | 2477 | | |
2477 | 2478 | | |
2478 | 2479 | | |
2479 | | - | |
2480 | | - | |
| 2480 | + | |
2481 | 2481 | | |
2482 | 2482 | | |
2483 | 2483 | | |
| |||
2496 | 2496 | | |
2497 | 2497 | | |
2498 | 2498 | | |
2499 | | - | |
2500 | | - | |
| 2499 | + | |
2501 | 2500 | | |
2502 | 2501 | | |
2503 | 2502 | | |
| |||
2543 | 2542 | | |
2544 | 2543 | | |
2545 | 2544 | | |
2546 | | - | |
| 2545 | + | |
2547 | 2546 | | |
2548 | 2547 | | |
2549 | 2548 | | |
| |||
2590 | 2589 | | |
2591 | 2590 | | |
2592 | 2591 | | |
2593 | | - | |
| 2592 | + | |
| 2593 | + | |
| 2594 | + | |
| 2595 | + | |
| 2596 | + | |
| 2597 | + | |
| 2598 | + | |
| 2599 | + | |
| 2600 | + | |
| 2601 | + | |
| 2602 | + | |
| 2603 | + | |
| 2604 | + | |
2594 | 2605 | | |
2595 | 2606 | | |
2596 | 2607 | | |
| |||
0 commit comments