Overview
Comment: | smaz_implementations-base_64_tools: fix exception on non-ASCII character |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a3ae81e9c18e3c5f07a9e0dd33d260ca |
User & Date: | nat on 2017-01-04 23:07:28 |
Other Links: | manifest | tags |
Context
2017-01-05
| ||
22:56 | Add an ignore file check-in: 1877439212 user: nat tags: trunk | |
2017-01-04
| ||
23:07 | smaz_implementations-base_64_tools: fix exception on non-ASCII character check-in: a3ae81e9c1 user: nat tags: trunk | |
2017-01-03
| ||
20:41 | smaz_tests: add a check with non-ASCII characters check-in: 03f59a962d user: nat tags: trunk | |
Changes
Modified src/natools-smaz_implementations-base_64_tools.adb from [7548e9ed0c] to [7feeafd1f2].
︙ | |||
19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | - + - + - + - + - + - + | use type Ada.Streams.Stream_Element_Offset; ----------------------- -- Bit Manipulations -- ----------------------- function Low_6 (Byte : in Character) return Base_64_Digit |
︙ |