https://github.com/setanarut/gokturkce
Türkçe -> Göktürkçe alfabe çevirici
https://github.com/setanarut/gokturkce
gokturkce old-turkic runic runic-abc translator turkish-language turkish-translation
Last synced: 10 months ago
JSON representation
Türkçe -> Göktürkçe alfabe çevirici
- Host: GitHub
- URL: https://github.com/setanarut/gokturkce
- Owner: setanarut
- License: mit
- Created: 2025-07-20T13:37:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-20T13:50:50.000Z (11 months ago)
- Last Synced: 2025-07-20T15:22:09.349Z (11 months ago)
- Topics: gokturkce, old-turkic, runic, runic-abc, translator, turkish-language, turkish-translation
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gokturkce
gokturkce Türkçe -> Göktürkçe alfabe dönüştürme kütüphanesi
## Örnek Kullanım
```go
s := "Biz, ilhamlarımızı gökten ve gâipten değil, doğrudan doğruya hayattan almış bulunuyoruz"
fmt.Println(gokturkce.TR2GTR(s, false))
// 𐰋𐰃𐰔:𐰃𐰠𐰴𐰢𐰞𐰺𐰢𐰔𐰃:𐰏𐰜𐱅𐰤:𐰋𐰀:𐰍𐰀𐰃𐰯𐱅𐰤:𐰓𐰏𐰠:𐰑𐰍𐰺𐰑𐰣:𐰑𐰍𐰺𐰖𐰀:𐰚𐰖𐱃𐱅𐰣:𐰞𐰢𐱁:𐰉𐰞𐰣𐰖𐰺𐰔
```