Skip to content

Commit

Permalink
Merge pull request #95 from smartdevicelink/feature/supported_charact…
Browse files Browse the repository at this point in the history
…er_sets

Feature/Supported Character Sets
  • Loading branch information
ShobhitAd authored Aug 17, 2020
2 parents 250ce45 + cf29cfa commit 65e9c75
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/Integrating Your HMI/Developing the HMI UI/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,85 +246,85 @@ As an example, if SDL Core requests to change the layout to the `MEDIA` template
"textFields":[
{
"name":"mainField1",
"characterSet":"TYPE2SET",
"characterSet":"UTF_8",
"width":500,
"rows":1
},
{
"name":"mainField2",
"characterSet":"TYPE2SET",
"characterSet":"UTF_8",
"width":500,
"rows":1
},
{
"name":"mainField3",
"characterSet":"TYPE2SET",
"characterSet":"UTF_8",
"width":500,
"rows":1
},
{
"name":"statusBar",
"characterSet":"TYPE2SET",
"characterSet":"UTF_8",
"width":500,
"rows":1
},
{
"name":"mediaClock",
"characterSet":"TYPE2SET",
"characterSet":"UTF_8",
"width":500,
"rows":1
},
{
"name":"mediaTrack",
"characterSet":"TYPE2SET",
"characterSet":"UTF_8",
"width":500,
"rows":1
},
{
"name":"templateTitle",
"characterSet":"TYPE2SET",
"characterSet":"UTF_8",
"width":50,
"rows":1
},
{
"name":"alertText1",
"characterSet":"TYPE2SET",
"characterSet":"UTF_8",
"width":500,
"rows":1
},
{
"name":"alertText2",
"characterSet":"TYPE2SET",
"characterSet":"UTF_8",
"width":500,
"rows":1
},
{
"name":"alertText3",
"characterSet":"TYPE2SET",
"characterSet":"UTF_8",
"width":500,
"rows":1
},
{
"name":"menuName",
"characterSet":"TYPE2SET",
"characterSet":"UTF_8",
"width":500,
"rows":1
},
{
"name":"secondaryText",
"characterSet":"TYPE2SET",
"characterSet":"UTF_8",
"width":500,
"rows":1
},
{
"name":"tertiaryText",
"characterSet":"TYPE2SET",
"characterSet":"UTF_8",
"width":500,
"rows":1
},
{
"name":"menuTitle",
"characterSet":"TYPE2SET",
"characterSet":"UTF_8",
"width":500,
"rows":1
}
Expand Down

0 comments on commit 65e9c75

Please sign in to comment.