Special Characters in values

@shanghai-Jerry

You are not understating my point of view

Let me explain again, if user enter data like

{
set{
<0x155e> <correspondence_address> "1) On the manifest details page add a search option to find:
a) Major Client
b) Consignee
c) Forwarder
d) Mfst#
e) Arrival Date
f) Invoice
g) HBL
" .
}}

here, if I apply your way, then I have to do something like this

{
set{
<0x155e> <correspondence_address> “On the manifest details page add a search option to find: a) Major Clientb) Consigneec) Forwarder d) Mfst# e) Arrival Date f) Invoice g) HBL Number On the major client details page add a search option to find: a) PIN# b) NAME c) CONTACT d) EMAIL On the consignee details page add a search option to find: a) NAME b) ADDRESS c) ADDRESS d) CITY e) COUNTRY f) STATE g) POSTAL h) CONTACT i) EMAIL” .
}
}

And when I get this data:

{
getdata(func: uid(0x155e)){
uid
correspondence_address
}
}

Then output will like:

{
“uid”: “0x155e”,
“correspondence_address”: “On the manifest details page add a search option to find: a) Major Clientb) Consigneec) Forwarder d) Mfst# e) Arrival Date f) Invoice g) HBL Number On the major client details page add a search option to find: a) PIN# b) NAME c) CONTACT d) EMAIL On the consignee details page add a search option to find: a) NAME b) ADDRESS c) ADDRESS\td) CITY\te) COUNTRY f) STATE\tg) POSTAL\th) CONTACT i) EMAIL”
}

Which is wrong as viewer point of view. As viewer I want my data as I have written not in this format.