换行字符 meaning in English
carriage return character
carrier return character
cre
index character
line feed character (lf)
new line character
new-line character
Examples
- To use this character as a sentence boundary , there must be two or more line - break characters in a row
若要使用此字符作为句子的边界,则每行中必须有两个或更多的换行字符。 - The line feed characters should be placed back in the ciphertext string before decoding and decrypting the data to avoid errors
在解码和解密数据之前,应该将换行字符放回密文中,以避免出现错误。 - Developers may want to either strip out the line feeds or replace them with another character that is outside of the base64 character set
开发人员可能需要去掉换行字符,或者用base64字符集以外的字符代替换行字符。 - Method to replace linefeed characters with something a pound sign , , in this case that isn t quite so visually disruptive to console output when it s displayed
方法,将换行字符替代为其它字符(本例中是井号“ # ” ) ,以便在显示控制台输出时,该输出看上去不是断开的。 - One caution about using base64 encoding is that the encoded string will be returned with the line feed character x 0a appended to the result and , if the returned string is longer than 65 bytes , line feed characters will be embedded in the string every 65 bytes
使用base64编码时要注意的是,被编码的字符串返回时可能在后面带有换行字符,如果返回的字符串长度超过65字节,那么每过65字节就要插入一个换行字符。