From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!aioe.org!gvziVSQk2EC9Wog5lLNHVw.user.46.165.242.91.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: ANN: Strings Edit v3.8 Date: Fri, 5 Aug 2022 14:36:18 +0200 Organization: Aioe.org NNTP Server Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: gioia.aioe.org; logging-data="5892"; posting-host="gvziVSQk2EC9Wog5lLNHVw.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org"; User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Content-Language: en-US X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader01.eternal-september.org comp.lang.ada:64177 List-Id: The library provides text editing and I/O: - Generic axis scales support; - Integer numbers (generic, package Integer_Edit); - Integer sub- and superscript numbers; - ISO 8601 representations of time and duration; - Floating-point numbers (generic, package Float_Edit); - Roman numbers (the type Roman); - Strings; - Ada-style quoted strings; - Base64 encoding; - Object identifiers and distinguished names; - RFC 8439 (ChaCha20 cipher, Poly1305 digest, AEAD); - UTF-8 encoded strings and conversions to older encoding standards; - Unicode maps and sets; - Wildcard pattern matching. http://www.dmitry-kazakov.de/ada/strings_edit.htm Changes to the version previous 3.7: - Minor bug fixes in Strings_Edit-ISO_8601. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de