Jukka K. Korpela

less info
857 reputation
28
bio website cs.tut.fi/~jkorpela
location Finland
age 61
visits member for 1 year, 2 months
seen May 20 at 18:44
stats profile views 30

I’m an author and a consultant who specializes in character codes, localization, web authoring, accessibility, and typography. Author of Unicode Explained and Going Global with JavaScript and Globalize.js.


May
20
comment How UTF-8 represents more than 256 characters and when to use UTF-16?
@Unknown, it’s explained to some extent in @FiascoLabs’ answer (and on the page I linked to), but for more details, see What is UTF-8 by Markus Kuhn. In UTF-8, a code unit is an 8-bit byte, called “octet” in the Unicode Standard, and you use 1 byte for any character in the Ascii repertoire and 2, 3, or 4 bytes for any other character.
May
19
answered How UTF-8 represents more than 256 characters and when to use UTF-16?
Feb
26
awarded  Yearling
Feb
5
comment Can CSS button code be copyrighted?
Only human beings can create, in the copyright sense at least. If there is no creative act by a person, such as selecting options and setting parameters, then there is no created work and no copyright.
Feb
1
answered Can CSS button code be copyrighted?
Feb
1
comment Can CSS button code be copyrighted?
“Fair use”, where it applies, is subject to interpretations and dispute. Any statement about “fair use” calls for arguments, instead of providing one.
Jan
24
awarded  Nice Answer
Jan
18
comment Is <a href=“#”>link</a> a broken link?
Well, yes, the standard isn’t too clear about it, but it’s natural to assume that a referenced document is initially positioned at the start. Its predecessor RFC 2396 was more explicit: “4.2. Same-document References. A URI reference that does not contain a URI is a reference to the current document. In other words, an empty URI reference within a document is interpreted as a reference to the start of that document, and a reference containing only a fragment identifier is a reference to the identified fragment of that document.”
Jan
17
comment Is <a href=“#”>link</a> a broken link?
@DisgruntledGoat, it’s specified in Internet-standard STD 66, “Uniform Resource Identifier (URI): Generic Syntax”, clause 4.4. Same-Document Reference, available e.g. at tools.ietf.org/html/std66#section-4.4
Jan
17
answered Is <a href=“#”>link</a> a broken link?
Jan
16
comment STRONG and EM tags inside H1 and H2 and SEO on database-driven website
This is mostly a copy of stackoverflow.com/questions/14359854/….
Jan
16
answered STRONG and EM tags inside H1 and H2 and SEO on database-driven website
Jan
5
answered mathML/HTML symbol for mathematical vector
Jan
5
comment mathML/HTML symbol for mathematical vector
Whether and how it works depends on the font being used.
Dec
7
comment Usable unicode for a “view” icon?
Unicode is about encoding characters used in texts, though some characters of iconic nature have been encoded, too, as sufficient evidence has been found about their use in texts. Unicode does not encode abstract ideas, though. So you would need to specify which type of graphic character you are looking for.
Nov
29
answered best practice for last-modified and created dates
Nov
7
revised Is title tag position relevant in html pages?
Typo fix.
Nov
6
answered Is title tag position relevant in html pages?
Nov
1
answered Newer constructs are recommended
Oct
31
answered Can I include a robots meta tag outside of the head in HTML snippets indeded to be AJAXed?