တမ်းပလိတ်:UTF-8/doc
ဤစာမျက်နှာမှာ တမ်းပလိတ်:UTF-8 တမ်းပလိတ်အတွက် အသုံးပြုပုံ လက်စွဲ (documentation) ၏ စာမျက်နှာခွဲ (subpage) တစ်ခုဖြစ်သည်။ ဤစာမျက်နှာတွင် မူရင်း တမ်းပလိတ် page ၌ တစိတ်တပိုင်းအဖြစ် မပါဝင်သည့် အသုံးပြုပုံပြုနည်းနှင့် သက်ဆိုင်သည့် သတင်းအချက်များ၊ ကဏ္ဍများ နှင့် အခြားအချက်အလက်များ ပါဝင်သည်။ |
အသုံးပြုပုံ
ပြင်ဆင်ရန်{{UTF-8|code point|base=}}
Takes a single Unicode code point and returns the UTF-8 byte encoding.
Code Point - a Unicode code point scalar value, without the "U+".
Base - template returns UTF-8 bytes in upper case hexadecimal by default. Base = Dec or 10 outputs decimal values for UTF-8 bytes. Base = LChex, LC16, Lower Case Hex, or Lower Case 16 will output hex codes in lower case.
All inputs are case insensitive.
ဥပမာများ
ပြင်ဆင်ရန်- {{UTF-8|1bc15}} = တမ်းပလိတ်:UTF-8/4 တမ်းပလိတ်:UTF-8/3 တမ်းပလိတ်:UTF-8/2 95
- {{UTF-8|bc15}} = တမ်းပလိတ်:UTF-8/3 တမ်းပလိတ်:UTF-8/2 95
- {{UTF-8|715}} = တမ်းပလိတ်:UTF-8/2 95
- {{UTF-8|15}} = 15
- {{UTF-8|715|base=LChex}} = တမ်းပလိတ်:utf-8/2 95
- {{UTF-8|715|base=dec}} = 0 149
နည်းလမ်းဆက်စပ်မှုများ
ပြင်ဆင်ရန်This template makes use of the following sub-templates:
{{UTF-8/main}}
- calls other sub templates, based on options and the format of the UTF-8 sequence{{UTF-8/1}}
- the last byte of multi-byte UTF-8 sequences, and the only byte of a single-byte UTF-8 sequence.{{UTF-8/2}}
- the first byte of two-byte sequences, and second to last of 3- and 4-byte UTF-8 sequences.{{UTF-8/3}}
- the first byte of three-byte sequences, and the second byte of 4-byte UTF-8 sequences.{{UTF-8/4}}
- the first byte of four-byte sequences.
This template is dependent on the following transcluded templates:
{{hex2dec}}
{{hexadecimal}}
and the magic words / parser functions padleft:, #ifexpr:, #expr:, #switch:, uc:, and lc:.