What would be the easiest way to batch replace (ě)|(š)|(č)... signs to (e)|(s)|(c)...?

Sometimes we need to provide strings for displays without accents. Until now these were edited manually or using 3rd party apps via export for external review and acceptingall tracked changes - both approaches are quite timeconsuming and not very "clean and easy". Would it be possible to perform such changes directly in Editor or using any SDL tool?

Thanks

Ladislav

Parents Reply
  • Hi Jesse,

    well, first attempt to "open" the plugin and I have following error message:

    <SDLErrorDetails time="5/2/2016 12:16:49 PM">
      <ErrorMessage>Exception has been thrown by the target of an invocation.</ErrorMessage>
      <Exception>
        <Type>System.Reflection.TargetInvocationException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</Type>
        <HelpLink />
        <Source>mscorlib</Source>
        <HResult>-2146232828</HResult>
        <StackTrace><![CDATA[   at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
       at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
       at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
       at System.Activator.CreateInstance[T]()
       at Sdl.Desktop.IntegrationApi.DefaultSettingsPage`2.GetControl()
       at Sdl.TranslationStudio.ProjectManagement.Settings.AutomaticTaskSettingsPageAdapter.GetControl()
       at Sdl.Desktop.Platform.WinForms.SettingsUIControl.UpdateActiveSettingsPage()
       at Sdl.Desktop.Platform.Implementation.Settings.AbstractSettingsHost.ActivateSettingsPage(String[] path)
       at Sdl.TranslationStudio.Common.BatchProcessing.SettingsWizardPage.OnShow(Boolean first, Boolean back)
       at Sdl.Desktop.Platform.Wizard.AbstractWizard`1.Next()
       at Sdl.Desktop.Platform.Wizard.AbstractWizard`1._form_Next(Object sender, CancelEventArgs e)
       at Sdl.Desktop.Platform.WinForms.WizardForm._nextButton_Click(Object sender, EventArgs e)
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnClick(EventArgs e)
       at System.Windows.Forms.Button.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)]]></StackTrace>
        <InnerException>
          <Type>System.InvalidOperationException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</Type>
          <HelpLink />
          <Source>System.Windows.Forms</Source>
          <HResult>-2146233079</HResult>
          <StackTrace><![CDATA[   at System.Windows.Forms.VisualStyles.VisualStyleRenderer.IsCombinationDefined(String className, Int32 part)
       at System.Windows.Forms.VisualStyles.VisualStyleRenderer..ctor(String className, Int32 part, Int32 state)
       at System.Windows.Forms.VisualStyles.VisualStyleRenderer..ctor(VisualStyleElement element)
       at UIToolbox.CheckGroupBox..ctor()
       at Leo.CleanUpTasks.ConversionsSettingsControl.InitializeComponent()
       at Leo.CleanUpTasks.ConversionsSettingsControl..ctor()
       at Leo.CleanUpTasks.CleanUpTargetSettingsControl.InitializeComponent()
       at Leo.CleanUpTasks.CleanUpTargetSettingsControl..ctor()]]></StackTrace>
        </InnerException>
      </Exception>
      <Environment>
        <ProductName>SDL Trados Studio</ProductName>
        <ProductVersion>12.0.0.0</ProductVersion>
        <EntryAssemblyFileVersion>12.2.5099.5</EntryAssemblyFileVersion>
        <OperatingSystem>Microsoft Windows 7 Enterprise N </OperatingSystem>
        <ServicePack>Service Pack 1</ServicePack>
        <OperatingSystemLanguage>1033</OperatingSystemLanguage>
        <CodePage>1250</CodePage>
        <LoggedOnUser>GLOBAL\lhlavaty</LoggedOnUser>
        <DotNetFrameWork>4.0.30319.42000</DotNetFrameWork>
        <ComputerName>HKRTRALHLAVAT02</ComputerName>
        <ConnectedToNetwork>True</ConnectedToNetwork>
        <PhysicalMemory>8290832 MB</PhysicalMemory>
      </Environment>
    </SDLErrorDetails>

    Regards,

    Ladislav

Children