This function decodes the text between start and end which is encoded in coding-system. This is useful if you've read in encoded text from a file without decoding it (e.g. you read in a JIS-formatted file but used the
binaryorno-conversioncoding system, so that it shows up as ‘^[$B!<!+^[(B’). The length of the encoded text is returned. buffer defaults to the current buffer if unspecified.
This function encodes the text between start and end using coding-system. This will, for example, convert Japanese characters into stuff such as ‘^[$B!<!+^[(B’ if you use the JIS encoding. The length of the encoded text is returned. buffer defaults to the current buffer if unspecified.