~vcs-imports/libiconv/trunk

« back to all changes in this revision

Viewing changes to po/quot.sed

  • Committer: Bruno Haible
  • Date: 2024-12-15 12:23:08 UTC
  • Revision ID: git-v1:8d618a87265040dc882b451e39c6a39e610395be
Prepare for version 1.18.

* configure.ac: Bump version number to 1.18.
* include/iconv.h.in (_LIBICONV_VERSION): Likewise.
* lib/Makefile.in (LIBICONV_VERSION_INFO): Bump to 9:0:7.
* src/iconv.c (print_version): Update copyright year.
* windows/iconv.rc: Likewise.
* windows/libiconv.rc: Likewise.
* README: Update download link.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Sed script that converts quotations, by replacing ASCII quotation marks
 
2
# with Unicode quotation marks.
 
3
#
 
4
# Copyright (C) 2001 Free Software Foundation, Inc.
 
5
# This file is free software; the Free Software Foundation
 
6
# gives unlimited permission to copy and/or distribute it,
 
7
# with or without modifications, as long as this notice is preserved.
 
8
# This file is offered as-is, without any warranty.
 
9
#
 
10
# Written by Bruno Haible <bruno@clisp.org>, 2001.
 
11
#
1
12
s/"\([^"]*\)"/“\1”/g
2
13
s/`\([^`']*\)'/‘\1’/g
3
14
s/ '\([^`']*\)' / ‘\1’ /g