Scripts posted recently tagged to utf8 in Kelpi

1- 2 of 2.

Handle utf8 within URL format strings

to javascript utf8 by nando.quintana

if (encodeURIComponent) {
    title = encodeURIComponent($("#id_title").val());
    descripcion = encodeURIComponent($("#id_description").val());
    tag_list = encodeURIComponent($("#id_tag_list").val());
  } else {

utf8 and more, emacs configuration .emacs

to utf8 emacs setup by nando.quintana

(add-hook 'find-file-hooks 'turn-on-font-lock)
(add-to-list 'auto-mode-alist '("\\.zpt$" . html-mode))
(add-to-list 'auto-mode-alist '("\\.pt$" . html-mode))
(add-to-list 'auto-mode-alist '("\\.zcml$" . html-mode))
(add-to-list 'auto-mode-alist '("\\.dtml$" . html-mode))
hits counter