# ModuleOnTextDataToCEA608 UTF-8 problem

**URL:** https://community.wowza.com/t/moduleontextdatatocea608-utf-8-problem/54686
**Category:** Wowza Streaming Engine
**Created:** [February 19, 2020, 4:54pm UTC](https://community.wowza.com/t/moduleontextdatatocea608-utf-8-problem/54686 "2020-02-19T16:54:53Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Piotr\_Golebiowski1](https://avatars.discourse-cdn.com/v4/letter/p/848f3c/32.png) [@Piotr\_Golebiowski1](https://community.wowza.com/u/Piotr_Golebiowski1)
#### Post date: [February 19, 2020, 4:54pm UTC](https://community.wowza.com/t/moduleontextdatatocea608-utf-8-problem/54686/1 "2020-02-19T16:54:53Z")

</div>

Hi we are ingesting ontextdata into live stream. Next we would like to show subtitles in HLS stream. We set ModuleOnTextDataToCEA608. Subtitles are shown, bu we have problems with polish special characters. They are change to dots. I also check test module ModulePublishOnTextData to insert ontextdata from flat txt file. File is in UTF-8, but converted text to CEA608 still missing polish characters.

Please help me find solution.

---

<div class="post-metadata">

### Author: ![Cassidy\_Reilly](https://avatars.discourse-cdn.com/v4/letter/c/c67d28/32.png) [@Cassidy\_Reilly](https://community.wowza.com/u/Cassidy_Reilly)
#### Post date: [February 19, 2020, 9:51pm UTC](https://community.wowza.com/t/moduleontextdatatocea608-utf-8-problem/54686/2 "2020-02-19T21:51:20Z")

</div>

I checked for you with our engineers @Piotr Golebiowski and they don’t have a solution for you without running some tests with you in a support ticket. Can you please [submit one here](https://www.wowza.com/support/open-ticket) so we can find a way to make this special character work? Thank you.

---

<div class="post-metadata">

### Author: ![Piotr\_Golebiowski1](https://avatars.discourse-cdn.com/v4/letter/p/848f3c/32.png) [@Piotr\_Golebiowski1](https://community.wowza.com/u/Piotr_Golebiowski1)
#### Post date: [February 20, 2020, 5:36pm UTC](https://community.wowza.com/t/moduleontextdatatocea608-utf-8-problem/54686/3 "2020-02-20T17:36:55Z")

</div>

Polish characters - ążźółńćę

I found information somewhere that CEA-608 accept only characters from few language. Unfortunately not from polish.

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [February 20, 2020, 10:41pm UTC](https://community.wowza.com/t/moduleontextdatatocea608-utf-8-problem/54686/4 "2020-02-20T22:41:23Z")

</div>

Oh no, you’re kidding @Piotr Golebiowski! I was going to say an engineer just shared a tip for you to try in case you need it for any other language:

this is line 34 form Tune.xml:

```auto
<!-- <VMOption>-Duser.language=en -Duser.country=US -Dfile.encoding=Cp1252</VMOption> -->

```

Uncomment that line to look like this:

```auto
<VMOption>-Duser.language=en -Duser.country=US -Dfile.encoding=Cp1252</VMOption>

```

Then change the last variable:

-Dfile.encoding=Cp1252  
to:  
-Dfile.encoding=UTF-8

I hope in the near future when we support CEA-708, it will support the Polish language.

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [February 20, 2020, 10:41pm UTC](https://community.wowza.com/t/moduleontextdatatocea608-utf-8-problem/54686/5 "2020-02-20T22:41:23Z")

</div>

Oh no, you’re kidding @Piotr Golebiowski! I was going to say an engineer just shared a tip for you to try in case you need it for any other language:

this is line 34 from Tune.xml:

```auto
<!-- <VMOption>-Duser.language=en -Duser.country=US -Dfile.encoding=Cp1252</VMOption> -->

```

Uncomment that line to look like this:

```auto
<VMOption>-Duser.language=en -Duser.country=US -Dfile.encoding=Cp1252</VMOption><br>

```

Then change the last variable:

-Dfile.encoding=Cp1252  
to:  
-Dfile.encoding=UTF-8

I hope in the near future when we support CEA-708, it will support the Polish language.
