2015-02-12 04:06:19 +08:00
|
|
|
# used in Flash and HTML to show a legitimate break in the line
|
2015-02-12 03:43:46 +08:00
|
|
|
@BREAK_LINE='<br/>'
|
2015-02-12 04:06:19 +08:00
|
|
|
# soft return in HTML to signify a broken line without displaying the escaped '<br/>' line break text
|
2015-02-12 03:43:46 +08:00
|
|
|
@CARRIAGE_RETURN='\r'
|
2015-02-12 04:06:19 +08:00
|
|
|
# handle this the same as carriage return, in case text copied has this
|
2015-02-12 03:43:46 +08:00
|
|
|
@NEW_LINE='\n'
|