From 01102253370a90d5879d097478003b78c736847b Mon Sep 17 00:00:00 2001 From: wolfgitpr <133209402+wolfgitpr@users.noreply.github.com> Date: Sat, 17 Aug 2024 11:48:03 +0800 Subject: [PATCH] update Related Projects: add cpp-pinyin (#325) * update Related Projects. * update README. --- README.rst | 2 ++ README_en.rst | 2 ++ README_ru.rst | 3 +++ 3 files changed, 7 insertions(+) diff --git a/README.rst b/README.rst index c51c525..090ab56 100644 --- a/README.rst +++ b/README.rst @@ -236,11 +236,13 @@ Related Projects * `hotoo/pinyin`__: 汉字拼音转换工具 Node.js/JavaScript 版。 * `mozillazg/go-pinyin`__: 汉字拼音转换工具 Go 版。 * `mozillazg/rust-pinyin`__: 汉字拼音转换工具 Rust 版。 +* `wolfgitpr/cpp-pinyin`__: 汉字拼音转换工具 c++ 版。 __ https://github.com/hotoo/pinyin __ https://github.com/mozillazg/go-pinyin __ https://github.com/mozillazg/rust-pinyin +__ https://github.com/wolfgitpr/cpp-pinyin .. |Build| image:: https://img.shields.io/circleci/project/github/mozillazg/python-pinyin/master.svg diff --git a/README_en.rst b/README_en.rst index 7e81157..089f909 100644 --- a/README_en.rst +++ b/README_en.rst @@ -165,11 +165,13 @@ Related Projects * `hotoo/pinyin`__: A tool for converting Chinese characters to pinyin, Node.js/JavaScript version. * `mozillazg/go-pinyin`__: A tool for converting Chinese characters to pinyin, Go version. * `mozillazg/rust-pinyin`__: A tool for converting Chinese characters to pinyin, Rust version. +* `wolfgitpr/cpp-pinyin`__: A tool for converting Chinese characters to pinyin, Cpp version. __ https://github.com/hotoo/pinyin __ https://github.com/mozillazg/go-pinyin __ https://github.com/mozillazg/rust-pinyin +__ https://github.com/wolfgitpr/cpp-pinyin .. |Build| image:: https://img.shields.io/circleci/project/github/mozillazg/python-pinyin/master.svg diff --git a/README_ru.rst b/README_ru.rst index 4a2aee0..0a31f38 100644 --- a/README_ru.rst +++ b/README_ru.rst @@ -91,10 +91,13 @@ Related Projects * `hotoo/pinyin`__: Утилита для пиньин конвертации китайских иероглифов Node.js/JavaScript версия. * `mozillazg/go-pinyin`__: Утилита для пиньин конвертации китайских иероглифов Go версия. * `mozillazg/rust-pinyin`__: Утилита для пиньин конвертации китайских иероглифов Rust версия. +* `wolfgitpr/cpp-pinyin`__: Утилита для пиньин конвертации китайских иероглифов Cpp версия. + __ https://github.com/hotoo/pinyin __ https://github.com/mozillazg/go-pinyin __ https://github.com/mozillazg/rust-pinyin +__ https://github.com/wolfgitpr/cpp-pinyin .. |Build| image:: https://img.shields.io/travis/mozillazg/python-pinyin/master.svg