JavaScript Editor Javascript source editor     Web programming 



Team LiB
Previous Section Next Section

Workshop

The workshop is designed to help you anticipate possible questions, review what you've learned, and begin learning how to put your knowledge into practice.

Quiz

1.

Is English a single-byte or multibyte language? What about Japanese?

2.

What two headers related to character encoding are crucial in a localized site?

Answers

1.

English is single-byte; Japanese is double-byte.

2.

Content-Type with the charset indicator, Content-Language.

    Team LiB
    Previous Section Next Section


    JavaScript Editor Javascript source editor     Web programming