Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
xemacs-packages
texi2utf8
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File texi2utf8 of Package xemacs-packages
#!/bin/sh for i in $(find packages -name "*.texi*") do xemacs -q -batch $i \ -eval '(set-language-environment "Japanese")' \ -eval '(replace-regexp "\\(-\\*-.*coding:\\s-*\\)\\(\\S-+\\)\\(\\s-*-\\*-\\)" "\\1utf-8\\3")' \ -eval '(set-buffer-file-coding-system (quote utf-8))' \ -eval '(set-buffer-modified-p t (current-buffer))' \ -eval '(save-buffer 0)' done
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor