first commit
This commit is contained in:
parent
854bab9382
commit
02cff7346c
21
LICENSE
Normal file
21
LICENSE
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright © 2024 Yumehaki Technology
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
31
README
Normal file
31
README
Normal file
@ -0,0 +1,31 @@
|
||||
Yumehaki Sūchi Format
|
||||
|
||||
[JA]以下の規格が含まれます。
|
||||
・YSF8(UTF-8と互換あり)
|
||||
・YSF16-ABE(U+FFFF以下はUTF-16BEと互換あり)
|
||||
・YSF16-ALE(U+FFFF以下はUTF-16LEと互換あり)
|
||||
・YSF16-BBE(U+D7FEとU+D7FF以外はUTF-16BEと互換あり)
|
||||
・YSF16-BLE(U+D7FEとU+D7FF以外はUTF-16LEと互換あり)
|
||||
・YSF32BE(UTF-32BEと互換あり)
|
||||
・YSF32LE(UTF-32LEと互換あり)
|
||||
・YSF7(修正UTF-7と互換あり)
|
||||
|
||||
[EN]Includes the following standards:
|
||||
・YSF8 (compatible with UTF-8)
|
||||
・YSF16-ABE (U+FFFF and below are compatible with UTF-16BE)
|
||||
・YSF16-ALE (U+FFFF and below are compatible with UTF-16LE)
|
||||
・YSF16-BBE (other than U+D7FE and U+D7FF are compatible with UTF-16BE)
|
||||
・YSF16-BLE (other than U+D7FE and U+D7FF are compatible with UTF-16LE)
|
||||
・YSF32BE (compatible with UTF-32BE)
|
||||
・YSF32LE (compatible with UTF-32LE)
|
||||
・YSF7 (compatible with modified UTF-7)
|
||||
|
||||
[EO]Inkluzivas la sekvajn normojn:
|
||||
・YSF8 (kongrua kun UTF-8)
|
||||
・YSF16-ABE (U+FFFF kaj sube estas kongruaj kun UTF-16BE)
|
||||
・YSF16-ALE (U+FFFF kaj sube estas kongruaj kun UTF-16LE)
|
||||
・YSF16-BBE (krom U+D7FE kaj U+D7FF estas kongruaj kun UTF-16BE)
|
||||
・YSF16-BLE (krom U+D7FE kaj U+D7FF estas kongruaj kun UTF-16LE)
|
||||
・YSF32BE (kongrua kun UTF-32BE)
|
||||
・YSF32LE (kongrua kun UTF-32LE)
|
||||
・YSF7 (kongrua kun modifita UTF-7)
|
||||
Loading…
Reference in New Issue
Block a user