A simple no space — Morse code decoder tailored for Turkish language, supporting Turkish characters and accents.
- Decodes Morse code to Turkish text
- Handles special Turkish characters (e.g., ç, ğ, ı, ö, ş, ü)
- Command-line interface for easy use
- Clone the repository:
git clone https://github.com/maxkonrad/morse_decoder_turkish.git - Navigate to the project directory:
cd morse_decoder_turkish
Run the decoder with Morse code input:
gcc -o main main.c morse.c
morse.exe ".- .-.. .. .. .-.. . ...- . .-.. .."
Replace .- .-.. .. .. .-.. . ...- . .-.. .. with your Morse code string.
This morse code means "Ali ile Veli" it will dump an output including "Ali ile Veli"
This project is licensed under the MIT License.