တမ်းပလိတ်:UTF-8
00
အသုံးပြုပုံ
ပြင်ဆင်ရန်{{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:.
အထက်ပါ အသုံးပြုပုံ လက်စွဲ (documentation)သည် တမ်းပလိတ်:UTF-8/doc မှ ကူးပြောင်းထည့်သွင်း (transclude လုပ်)ထားခြင်း ဖြစ်သည်။ (တည်းဖြတ် | ရာဇဝင်) တည်းဖြတ်သူများအနေဖြင့် ဤတမ်းပလိတ်၏ sandbox (ဖန်တီး | ပုံတူပွား) နှင့် testcases (ဖန်တီး) စာမျက်နှာများကို စမ်းသပ်နိုင်ပါသည်။ စာမျက်နှာခွဲ /doc တွင် ကဏ္ဍများထည့်သွင်းပါ။ ဤ တမ်းပလိတ် ၏ စာမျက်နှာခွဲများ။. |