#Lesmo - Invoice Item Descriptions

1 messages ยท Page 1 of 1 (latest)

gritty stream
#

Hello! No, we don't support multiple lines in description fields.

sacred bolt
#

Oh well... that's interesting. Thanks!

gritty stream
#

No problem! ๐Ÿ™‚

#

I mean, to clarify, you can have a description so long it wraps to the next line, but we don't support you specifying a new line in the description yourself.

sacred bolt
#

Yeah, I figured that'd be the case. Does that mean descriptions don't support any special chars? ๐Ÿค”

#

Say... emojis or stuff?

gritty stream
#

I think you can put emoji in there, though I've never tried myself. Let me give it a whirl...

sacred bolt
#

... maybe I can hack a unicode newline? ๐Ÿ˜œ

gritty stream
#

Emoji works.

#

I know \n doesn't.

#

With an emoji the resulting JSON looks like this:

"description": "Test description with \ud83e\udd11 emoji!"
sacred bolt
#

Well, I think it doesn't hehe... at least I tried.

Thanks again!