Sponsored Content
Full Discussion: code tags
The Lounge What is on Your Mind? code tags Post 302337965 by TonyFullerMalv on Sunday 26th of July 2009 01:45:07 PM
Old 07-26-2009
Code that loses its indentation due to not using [code] tags renders is difficult to read, yes but for simple code or code segments (e.g. one line) it is not essential IMHO.
 

We Also Found This Discussion For You

1. Post Here to Contact Site Administrators and Moderators

No code tags

Cound some kind moderator soul enforce the code tags rule on this thread - I'm tired of making fixes here and the OP doesn't obey the rules. (4 Replies)
Discussion started by: vgersh99
4 Replies
MARC::Charset::Code(3pm)				User Contributed Perl Documentation				  MARC::Charset::Code(3pm)

NAME
MARC::Charset::Code - represents a MARC-8/UTF-8 mapping SYNOPSIS
DESCRIPTION
Each mapping from a MARC-8 value to a UTF-8 value is represented by a MARC::Charset::Code object in a MARC::Charset::Table. METHODS
new() The constructor. name() A descriptive name for the code point. marc() A string representing the MARC-8 bytes codes. ucs() A string representing the UCS code point in hex. charset_code() The MARC-8 character set code. is_combining() Returns true/false to tell if the character is a combining character. to_string() A stringified version of the object suitable for pretty printing. char_value() Returns the unicode character. Essentially just a helper around ucs(). marc_value() The string representing the MARC-8 encoding. charset_name() Returns the name of the character set, instead of the code. to_string() Returns a stringified version of the object. marc8_hash_code() Returns a hash code for this Code object for looking up the object using MARC8. First portion is the character set code and the second is the MARC-8 value. utf8_hash_code() Returns a hash code for uniquely identifying a Code by it's UCS value. default_charset_group Returns 'G0' or 'G1' indicating where the character is typicalling used in the MARC-8 environment. get_marc8_escape Returns an escape sequence to move to the Code from another marc-8 character set. charset_value Returns the charset value, not the hex sequence. perl v5.12.4 2010-03-29 MARC::Charset::Code(3pm)
All times are GMT -4. The time now is 07:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy